home *** CD-ROM | disk | FTP | other *** search
- /*
- * Sample source file for "chaos" -- a "job jar" template
- */
- job!u : {Clean the $thing}
- | {Walk the dog}
- | {Clean the $thing}
- | {Write a $write}
- | {Organize $org}
- | {Do the laundry}
- | {Write a $write}
- | {Organize $org}
- | {Pay the bills}
- | {Clean the $thing}
- | {Write a $write}
- | {Organize $org}
- | {Paint the $room}
- | {Organize $org}
- | {Clean the $thing}
- ;
-
- thing!u: {car}
- | {$room}
- | {shower}
- | {windows}
- ;
-
- room!u: {bathroom}
- | {garage}
- | {bedroom}
- | {living room}
- | {family room}
- | {closets}
- | {dining room}
- | {kitchen}
- ;
-
- write!u: {letter to a friend}
- | {letter to a family member}
- | {list of your own "jobs" to put here}
- ;
-
- make: {something healthy from a new recipe}
- | {something artistic}
- ;
-
- org!u: {the kitchen cabinets}
- | {the tools}
- | {your desk}
- | {your legal papers and bills}
- | {your stereo and video stuff}
- ;
-